home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sgfs / sgfilesy.vbs < prev    next >
Encoding:
Text File  |  1998-10-21  |  559 b   |  18 lines

  1.  
  2. const sgfAll          = &H00001FF7&
  3. const sgfArchive      = &H00000020&
  4. const sgfCompressed   = &H00000800&
  5. const sgfDirectory    = &H00000010&
  6. const sgfEncrypted    = &H00000040&
  7. const sgfHidden       = &H00000002&
  8. const sgfNormal       = &H00000080&
  9. const sgfOffline      = &H00001000&
  10. const sgfReadOnly     = &H00000001&
  11. const sgfReparsePoint = &H00000400&
  12. const sgfSparseFile   = &H00000200&
  13. const sgfSystem       = &H00000004&
  14. const sgfTemporary    = &H00000100&
  15.  
  16. const Small_16x16     = &H00000010&
  17. const Big_32x32       = &H00000020&
  18.